Xbasic

A5queueing::ManagerEncryptConnectionString Method

Syntax

.EncryptConnectionString as A5Storage::CallResult (BYREF EncryptedText as C, ConnectionStringIn as C [, PassphraseIn as C])

Arguments

BYREF EncryptedTextCharacter

Encrypted connection string.

ConnectionStringInCharacter

Connection String In.

PassphraseInCharacter

Secret to salt the hash.

Returns

resultA5Storage::CallResult

call result.

Description

Encrypt a Connection String.